Skip to content

chore(samples/dotnet): bump deps to latest stable#146

Merged
ksroda-sa merged 3 commits into
mainfrom
chore/dotnet-bump-deps
May 12, 2026
Merged

chore(samples/dotnet): bump deps to latest stable#146
ksroda-sa merged 3 commits into
mainfrom
chore/dotnet-bump-deps

Conversation

@ksroda-sa

Copy link
Copy Markdown
Collaborator

Summary

Brings the 3 .NET samples (login-auth-code, token-refresh, saml-sp-login) onto the latest stable NuGet versions.

Bumps

Package Current Latest Affected
Microsoft.NET.Test.Sdk 17.14.1 18.5.1 all 3 test csproj
Duende.IdentityModel 7.1.0 8.1.0 (major) token-refresh src
System.Drawing.Common 8.0.26 10.0.7 saml-sp-login tests (transitive override aligned with .NET 10 baseline)

🤖 Generated with Claude Code

- Microsoft.NET.Test.Sdk 17.14.1 → 18.5.1 (3 test projects)
- Duende.IdentityModel 7.1.0 → 8.1.0 (token-refresh; major bump)
- System.Drawing.Common 8.0.26 → 10.0.7 (saml-sp-login tests, transitive
  override aligned with the .NET 10 baseline)

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@ksroda-sa
ksroda-sa marked this pull request as ready for review May 6, 2026 13:50
@ksroda-sa
ksroda-sa requested a review from a team as a code owner May 6, 2026 13:50
Copilot AI review requested due to automatic review settings May 6, 2026 13:50

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates dependency versions for the .NET sample projects to align with the repo’s net10.0 baseline, primarily by bumping test SDK and selected runtime packages. One additional change updates iOS snippet metadata, which appears out-of-scope for the PR title/description.

Changes:

  • Bumped Microsoft.NET.Test.Sdk to 18.5.1 across the three .NET test projects.
  • Bumped Duende.IdentityModel to 8.1.0 in token-refresh.
  • Bumped the explicit System.Drawing.Common override in saml-sp-login tests to 10.0.7.
  • Updated snippets.json iOS metadata for AppAuth-iOS (lib_version changed to 1.7.6).

Reviewed changes

Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.

Show a summary per file
File Description
snippets.json Changes iOS snippet metadata (AppAuth-iOS version).
samples/dotnet/token-refresh/tests/token-refresh.tests.csproj Bumps Microsoft.NET.Test.Sdk.
samples/dotnet/token-refresh/src/token-refresh.csproj Bumps Duende.IdentityModel major version.
samples/dotnet/saml-sp-login/tests/saml-sp-login.tests.csproj Bumps Microsoft.NET.Test.Sdk and System.Drawing.Common override.
samples/dotnet/login-auth-code/tests/login-auth-code.tests.csproj Bumps Microsoft.NET.Test.Sdk.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread snippets.json
@ksroda-sa
ksroda-sa merged commit c1331e7 into main May 12, 2026
7 checks passed
@ksroda-sa
ksroda-sa deleted the chore/dotnet-bump-deps branch May 12, 2026 08:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants